@font-face {
  font-family: 'iconfont';  /* Project id 4088821 */
  src: url('//at.alicdn.com/t/c/font_4088821_yq8fijztnr.woff2?t=1685412017206') format('woff2'),
       url('//at.alicdn.com/t/c/font_4088821_yq8fijztnr.woff?t=1685412017206') format('woff'),
       url('//at.alicdn.com/t/c/font_4088821_yq8fijztnr.ttf?t=1685412017206') format('truetype');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
	
@font-face {
  font-family: "DIN";
  src: url("//memberpic.114my.com.cn/0382061/cssnew/DIN.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/0382061/cssnew/DIN.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/0382061/cssnew/DIN.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/0382061/cssnew/DIN.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/0382061/cssnew/DIN.svg.txt") format("svg");
}


/*通用代码*/
@charset "utf-8"; 
*{ margin:0px; padding:0px;box-sizing: border-box;}
body{font-size:14px; color:#333; font-family:"Microsoft YaHei"; font-family:'微软雅黑'; min-width:1400px; overflow-x:hidden;     font-size: 14px;}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
a{color: #484848; text-decoration: none; font-size:14px;}
a:hover{color: #004dd2;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none}
.en{ text-transform:uppercase; font-family:arial;}
li,p,i,b,em,dt,dd,td,a,ul,td,input,textarea,span{ box-sizing:border-box;font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear:both;}
	

/*宽度*/
.w1400{margin:0 auto;width:1400px;}
.box{ margin:0 auto;width:1400px;  overflow:hidden;}
.bg{ width: 100%;min-width:1400px;position: relative;}
.box{max-width:1400px; margin:0 auto; position: relative; min-width: 1300px;}

/*距离*/
.top10{ margin-top:10px;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top90{ margin-top:90px;}
.top100{ margin-top:100px;}

/*t*/
.t{font-size:42px;  text-align:center;}
.t b{ font-size:44px; color:#004dd2; }
.t p{ font-size:17px;  color:#777; padding-top:10px; padding-bottom:15px; font-weight:normal;}
.t em{ font-size:0; display:inline-block;height: 8px;     margin-bottom: 35px;}
.t em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#cedae8;animation: bounce_fountainG 1.2s linear infinite;} 
.t em i+i{ margin-left:16px;}
.t em i:nth-child(1){animation-delay: .4s;}
.t em i:nth-child(2){background:#004dd2;animation-delay: .6s;}
.t em i:nth-child(3){animation-delay: .8s;}

@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}


/*head*/
.head_bg{ width:100%; margin:0 auto; height:45px; line-height:45px; color:#999; border-bottom: 1px solid #eee;}
.head_w{ margin: 0 auto;
    width: 100%;
    padding: 0 2%;
    max-width: 1920px;
    min-width: 1400px;}
.head_w a{color:#d3d7f5;}
.head_bg ul li{ float:left; position:relative; height:100%; cursor:pointer;     padding-right: 15px;}
.head_bg ul li p,.head_bg ul li a{font-size: 15px; color:#3d415d; display:block; margin-right:10px;     height: 45px;}

.head_bg ul li a:hover{ text-decoration:underline;}
.head_bg ul li .dropcode{position: absolute; top: 46px; left: 0; width: 110px; height: 0px; overflow: hidden; z-index: 999999; transition: all 0.5s ease;}
.head_bg ul li .dropcode img{ width:100%; height:100%;}
.head_bg  ul li .dropcode{position: absolute; top: 46px; right: 5px; width: 110px; height: 0px; overflow: hidden; z-index: 999999; transition: all 0.5s ease;}
.head_bg ul li .dropcode img{ width:100%; height:100%;}
.head_bg ul li:hover .dropcode{ height:100px;}
.head_bg ul li p, .head_bg ul li a:hover{ text-decoration:none !important; }

.head_bg ul li i {    font-size: 24px;
    color: #999;
    font-weight: normal;    position: relative;
    top: 3px;
    padding-right: 7px;}
.head_bg ul li:nth-child(1) {
    font-size: 22px;
    color: #004dd2;
    font-weight: bold;}
.head_bg ul li a:hover{ color: #004dd2;}

/*top*/
.hsecond{ width: 100%;  margin: 0 auto; padding: 0 2%; min-width: 1400px; height: 120px; max-width: 1920px;}
.hsecond .fl{ }
.logo{ float:left; padding-right: 10px;  padding-top: 22px;  }
.logo_t{font-size: 2.6rem; font-weight:bold;  padding-top: 20px;     line-height: 2.8rem;}
.logo_t p{font-size: 1.1rem; font-weight:normal; color: #004dd2;}



	
/*nav*/
.nav{}
.nav > li{ float: left; transition: 0.2s all ease-in-out; position: relative; padding:0 1.1rem;}
.nav > li > a { display: block; text-align: center; padding: 0px 0; font-size: 16px; line-height:120px; color: #333; transition: 0.2s all ease-in-out; height: 120px; position: relative; z-index: 1113; }
.nav > li > a:after,.nav > li > a::after{ content: ''; width: 0%; height: 2px; background: #004dd2; display: block; position: absolute; left: 0; bottom: 0; transition:0.3s all ease-in-out; }
.nav > li.navcurrent > a:after,.nav > li.navcurrent > a::after,.nav > li:hover > a:after,.nav > li:hover > a::after{ width: 100%; }
.nav > li.navcurrent > a, .nav > li:hover > a { color: #004dd2; font-weight:bold;}

/*下拉*/
.nav li>.nav2 {display: none; position:absolute; left:-32px; top:120px; z-index: 99999;}
.nav li>.nav2 a{display: block; background:#fff; height: 62px; line-height: 62px; width: 150px; font-size: 16px; text-align: center; color:#333; border-bottom: none;}
.nav li>.nav2 a+a{ border-top: 1px solid #eee;}
.nav li>.nav2 a:hover{background:#004dd2; color: #fff;}

@media screen and ( max-width:1366px ){
.nav > li{padding: 0 0.2rem;}
.nav{ float: right; width:660px;}
	}
	
	
	

/*banner*/
.banner{ overflow: hidden; background:#000; }
.banner-box{ min-width:1400px; height:800px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:800px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 800px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:320px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230527/20230527140944_1040105510.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230527/20230527140944_1040105510.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:60px; width: 100%; display: block; }
.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#004dd2 !important; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }




/*search*/
.search_bg{height:80px; background: #f5f5f5;}
.keywords{ padding-left:30px; background:url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230529/20230529201138_777631472.png) no-repeat left center;}
.keywords,.keywords a{ font-size:15px; color:#666; line-height:80px; text-transform: uppercase;}
.keywords a:hover{ color:#004dd2; text-decoration:underline;}
#search_bg input{ float:left;}
#sso{ background:#004dd2;}
#infoname{ background: #f5f5f5; height:80px; border:none; border-left:1px solid #e0e0e0; padding-left:20px;  font-size:14px; font-weight:lighter; width: 220px;}



/*company*/
.com_c{padding:60px 0;}
.com_ic{display: flex;justify-content: space-between;}
.com_lc{width: 48%;    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);  border: 15px #fff solid;}
.com_rc{width: 49%;}
.com_lc>img{width: 100%;}
.com_rc>i{font-size: 76px;color: #f6f6f6;font-weight: bold;     text-transform: uppercase;}
.com_rc>b{display: block;font-size: 38px;position: relative;}
.com_rc>p{font-size: 20px;  padding: 5px 0 40px; position: relative;}
.com_rc>p:after{position: absolute;content: "";width: 60px;height: 3px;background: #9c9c9c;bottom: 25px;left: 0;}
.com_info{font-size: 16px;color: #666;line-height: 30px;}
.com_info p{    margin-bottom: 10px; line-height: 35px;
    color: #fff;
    background: #004dd2;
    width: 120px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 18px;}
a.com_btn{display: block;font-size: 16px;color: #fff;width: 152px;height: 48px;background: #004dd2;border-radius: 24px;text-align: center;line-height: 48px;margin-top: 36px;}

.ab_more{     margin-top: 20px;  float: left;} 
.ab_more a{    font-weight: normal;   text-align: center; transition:all .3s ease; border:1px solid #a7a7a7; color:#666; width:140px; height:43px; line-height:41px; display:inline-block; border-radius:33px; font-size:15px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; }
.ab_more a:hover{ background:#004dd2; color:#fff; width:200px;     transition: 0.2s all ease-in-out;}


/*num*/
.com_num { background: #fff; display: flex; position: relative; margin-top: 50px; }
.com_num>li { width: 25%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; height: 100%; }
.com_num>li+li:after { position: absolute; content: ""; width: 1px; height: 75px; background: #f4f4f4; top: 50%; left: 0; margin-top: -37px; }
.com_num>li>span { color: #222; font-size: 17px; }
.com_num>li>span>b { font-size: 57px; }
.com_num>li>p { font-size: 18px; margin-top: 10px; }
.com_num>li>span>i{display: inline-block;font-size: 18px;width: 28px;height: 28px;background: #004dd2;border-radius: 100%;color: #fff;text-align: center;line-height: 28px;position: relative;top: -5px;left: 5px;}


/*pro*/
.pro_bg{background: #f7f7f7; width:100%;     padding: 70px 0;}
.pro_list{margin-top:40px; display: flex; position: relative;  height: 60px;}
.pro_list li{ float:left; height:60px; line-height:60px; text-align:center;     width:199px; font-size:18px; background: #fff;}
.pro_list li a{ font-size:18px;}

.pro_list li.on{height: 60px;  background: #004dd2; color: #fff; transition: all .3s ease;}
.pro_list li.on .prolist2021_one {color: #fff;}
.pro_list li.on  a{ font-size:18px;}
.pro_list li.on a:hover{ color:#fff; font-size:18px;}
.pro_list li dl,.pro_list li.on dl{ display: none;}
.pro_list li+li {  margin-left: 1px;}
.pro_list .pro_more{border: 1px solid #eee; width: 280px; line-height: 60px; text-align: center; font-size: 18px; height: 60px;}
.pro_list .pro_more a{ font-size: 18px;}
.pro_list .pro_more:hover a{ color: #fff;}
.pro_list .pro_more:hover {background: #004dd2; color: #fff;}




/*tu*/
.pro_con {display: flex;overflow: hidden; width: 1400px; margin: 0 auto;}
.pro_call li {padding-left: 0 !important; display: block; float: left;  width:24%; margin-bottom: 20px; margin-right: 1.3%; }
.pro_call li a{display: block; width: 100%; height: auto; overflow: hidden; position: relative; }
.pro_call li a img{ border: 1px solid #eee; }
.pro_call li br{display:none;}
.pro_call li span a{display:block;width:100%;height:60px;line-height:60px;font-size:18px;color:#333;   position: relative;z-index:22;     text-align: center; background: #fff; transition: all linear 0.7s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.7s;}
.pro_call li:nth-child(4),.pro_call li:nth-child(8){margin-right: 0%;}

.pro_call li img{ transition: all linear 0.7s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.7s; width: 100%;height: auto;}
.pro_call li:hover img{ -webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.pro_call li:hover span a{color:#004dd2;}


/*advpro*/
.advpro_bg{ background:url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230529/20230529224213_892511660.jpg) no-repeat center; width:100%; height:927px; margin:0 auto; padding:80px 0px;position: relative;}
.advpro_t{ font-size:40px; color:#fff; text-align:center; font-weight:bold; line-height:50px;}
.advpro_t p{ font-size:18px; font-weight:normal; text-align:center; color:rgba(255,255,255,0.8);}
.advpro_t1 li{width: 200px;height: 200px;background: rgba(255, 255, 255, 0.2);border-radius: 50%;display: flex;justify-content: center;align-items: center;padding: 22px;position: relative;transition: 0.5s;z-index: 55;cursor:pointer;}
.advpro_t1 li.on {background: #f1180c;}
.advpro_t1 ul {display: flex;justify-content: space-around;}
.advpro_t1 li.on:after {display:block;}
.advpro_t1 li:after {content:'';width: 250px;height: 250px;background: rgba(255,255,255,0.4);position: absolute;top: -25px;left: -25px;border-radius: 50%;z-index: -1;-webkit-animation: living 2s linear infinite;display:none;}
@keyframes living {
    0%{
        transform: scale(0.8);
        opacity: 0.3;
    }
    50%{
        transform: scale(1.1);
        opacity: 0.1;
    }
    100%{
        transform: scale(0.8);
        opacity: 0.3;
    }
}
.advpro_t1 li p {font-size: 22px;line-height: 24px;display: flex;flex-direction: column;align-items: center;color:  #fff;}
.advpro_t1 li p span {font-size: 14px;font-weight: lighter;color: #fff;text-align:  center;line-height: 24px;padding-top: 16px;}


/*sl*/
.strength {   background-color: rgba(0, 77, 210, 0.8);     width: 1400px; height: 344px;}
.strength ul {    float: left; width: 80%; display: flex;justify-content: space-between;}
.strength li { float: left;      width: calc(100% / 4); padding: 40px; display:flex;flex-direction:column;align-items:center;justify-content:center;    padding: 52px 50px;  border-right: 1px solid #296ad8;}
.strength li i {font-size:  36px; color:  #fff;opacity: 0.7;    transition: 0.5s;}
.strength li:hover i {transform: rotate3d(2, 5, 2, 360deg);}

.strength li p {font-size:  22px;color:  #fff;line-height:  24px;display:  flex;flex-direction:  column;position:relative;align-items:center;padding-top: 24px;}
.strength li p:after {content:'';width:20px;height:1px;position:absolute;top: 74px;left: 75px;background:#fff; opacity: 0.5;}
.strength li p span {font-size:  14px;font-weight:  lighter;line-height: 26px;padding-top: 50px;text-align:center;opacity:0.8;}

.advpro_bg:after {content: '';background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230530/20230530110508_1617464578.png)no-repeat bottom left;position: absolute;bottom:30px; right:0px;width:423px;height:350px;background-size: contain;}


.strength li:hover i, .strength li:hover p{  display: none;}

.strength li:nth-child(1):hover {background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230601/20230601162950_891415154.jpg) no-repeat;  display: block;   height: 343px;}
.strength li:nth-child(2):hover { background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230601/20230601162950_1100502478.jpg) no-repeat;  display: block;   height: 343px;}
.strength li:nth-child(3):hover {background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230601/20230601162951_1899745677.jpg) no-repeat;  display: block;   height: 343px;}
.strength li:nth-child(4):hover { background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230601/20230601162950_332255680.jpg) no-repeat;  display: block;   height: 343px;}



/*case*/
.case{overflow:hidden;}
.casecenter{ height:auto;}
.casetab{ width:600px; margin:0 auto; z-index:99999;}
.casetab li{ float:left; width:289px; height:128px; margin-bottom:10px;background:#f5f5f5;  color:#404845; font-size:18px; position:relative; cursor:pointer;}
.casetab li:nth-child(2n){ margin-left:10px;}
.casetab p{ padding:35px 0 0 100px;}
.casetab p span{ display:block; color:#b3b3b3; font-size:13px; font-weight:lighter; margin-top:3px;}
.casetab li em{ width:60px; height:60px; border-radius:50%; text-align:center; position:absolute; top:35px; left:20px; z-index:33;  background:#fff;}
.casetab li em i{ font-family: 'iconfont'; display:inline-block; line-height:60px; width:50px; height:50px;  color:#333;     font-size: 35px;}
.casetab li.on i{ font-family: 'iconfont'; color:#fff;}
.casetab li.on em{ font-family: 'iconfont';  background:#004dd2;}

.casetab li.on i{ background-position-y:-68px;}
.casetab li:after{ width:100%; height:100%; content:''; display:block; position:absolute; left:0; top:0; background:#004dd2; transform:scale(0); transition:all .3s ease;}
.casetab li.on:after{ transform: scale(1);}
.casetab li.on,.casetab li.on span{ color:#fff;}
.casetab li.on em{ border-color:#fff;}
.casetab li p{ position:relative; z-index:33;}

.casecon{ width:800px;  font-weight:lighter;}
.casecon .news_div_item_pic img{ width:800px; height:540px; transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.6s;}
.casecon .divdgweb_new_div_item{ position:relative;}
.casecon .divdgweb_new_div_item_content{ position:absolute;  width:100%; padding:15px 5%; background:rgba(0,0,0,0.4); color:#fff; bottom:0; left:0;     z-index: 99999;}
.casecon a{ color:#fff;}
.casecon a:hover{ text-decoration:underline;}
.casecon .divdgweb_new_div_item_a{ font-size:22px;}
.casecon .divdgweb_new_div_item_body{ color:#fff; }
.casecon .divdgweb_new_div_item_body a{ color:#fff;}
.casetab li a{color: #404845; font-size: 18px;}
.casetab li a:hover{color: #fff; font-size: 18px;}
.casecon .divdgweb_new_div_item:hover img{ transform: scale(1.1);}



/*adv*/
.adv_bg{ padding:70px 0;     background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230530/20230530095418_775983109.jpg) no-repeat center; overflow:hidden;}

.adv{position: relative;}
.adv:before {content: '';width: 100%; height: 1px;  background: rgba(0, 0, 0, 0.1);position: absolute; top: 126px;}
.advnr{margin-top: 84px;}
.advtab{margin-top: 60px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; text-align:center;}
.advtab li{ box-sizing:border-box; width:25%;transition:all .3s ease; position:relative; font-size:30px; color:#333; cursor:pointer; transition:all .3s ease;}
.advtab li+li{margin-left:-1px !important;}
.advyuan{position:absolute; left:0; right:0; margin:54px auto 0 auto; top:64px; width:18px; height:18px; border-radius:50%; background:#e2e2e2;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}

.advtab li.on .advyuan{background:rgba(0, 77, 210,0.2);}
.advtab li.on .advyuan i{background:#004dd2;}
.advyuan i{ width:8px; height:8px; border-radius:50%; background:#333333;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center;}

.advtab li b{font-size: 46px; color: #333333; margin-bottom: 10px; display: block;     font-weight: normal;}
.advtab li:nth-child(2) b{font-size: 58px; margin-bottom: -3px !important;}
.advtab li.on b{color: #004dd2;}
.advtab li.on{ color:#004dd2;}
.advtab li p {font-weight: bold;}
.advcon{ position:relative; height:573px;background: #fff; width: 1400px; margin: 0 auto; padding: 40px;}
.adv_rbo{ display: flex;align-items: center; position: absolute; bottom: 80px;}
.adv_rbo>a{display: flex;justify-content: center;width: 156px;height: 46px;align-items: center;background: #0e131f;transition: all .5s;}
.adv_rbo>a:hover{box-shadow: 0 10px 10px rgb(248 160 0 / 20%);transform: translateY(-3px);background: #f8a000;}
.adv_rbo>a>span:first-child{font-size: 16px;color: #fff;margin-right: 9px;}
.adv_rbo>a>span:last-child{font-size: 18px;color: #fff;}
.adv_rbo>div{font-size: 26px;color: #004dd2;font-weight: bold;       font-family: "DIN";}
.adv_rbo .iconfont{font-size: 24px; font-weight: normal; color: #999;     padding: 0 10px;}
.adv_rbo>div>span{font-size: 35px;color: #f8a000;display: inline-block;margin-right: 12px;}

.advcen ul{width: 1320px !important; position:relative;}
.advcen img{width: 100%; height: auto;    transition: 0.3s;}
.advcen .adv_tp{float: right;overflow: hidden;     width: 50%;}
.adv_tp img{width: 100%; transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.6s;}
.adv_tp:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}

.advbox{ position: relative; width:600px; padding-top:20px;}



.adv_rt{display: flex;/* justify-content: space-between; */align-items: center;}
.adv_rt b{font-family: din;font-size: 80px;color: #004dd2;font-weight: bold;  padding-right: 15px;}
.adv_rt dt{display: block; font-size: 32px;     color: #333;  font-weight: bold;}
.adv_rt dd{font-size: 22px; color: #555; margin-top: 0px;}
.adv_rt:after {
    position: absolute;
    content: "";
    background: url(//memberpic.114my.com.cn/076983623772/uploadfile/image/20230510/20230510180122_1664342376.jpg) no-repeat center;
    height: 10px;
    width: 100%;
    top: 140px;
    left: 0;}


.adv_info{ margin-top: 57px;}
.adv_info p{font-size: 16px; line-height: 35px; position: relative; padding-left: 25px;}
.adv_info>p:before { position: absolute;  content: "";  width: 9px;  height: 9px; border-radius: 100%;  border: 1px solid #bdbdbd; top: 9px;  left: 0;}





/*partner*/
.partner_t{margin-top: 30px; width: 1400px;     margin: 0 auto;}
.partner_t ul *{display: block;}
.partner_t li{float:left;     width: calc(100% / 5);}
.partner_t li{display: inline-table;float: left;width:calc(100% / 5);height: auto;padding: 0px !important;overflow:hidden;position:relative;box-sizing: border-box;}
.partner_t li>a{display: block;border: 1px solid #eee;     overflow: hidden;}
.partner_t li>a>img{width: 100%;}
.partner_t li p{width:100%;height: 182px;margin-top: -62px;padding-top: 0px !important;background: rgba(0, 0, 0, 0.6);position:absolute;top:34%;left:0px;transform-origin: center;transform: rotateX(90deg);transition: 600ms;}
.partner_t li p a{display:block;line-height:182px;font-size:16px;color:#fff;text-align:center;}
.partner_t li:hover p{}
.partner_t img{width: 100%; transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.6s;}
.partner_t li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}


/*news*/
.news_bg{ background: #f8f8f8;}
.news{ padding:70px 0 50px 0;}
.news_tit {text-align: left;  float: left; font-size: 36px;color: #333; font-weight:bold; line-height:30px;}
.news_tit b{font-size: 36px;color: #004dd2; float: left;  font-weight:bold;}
.news_tit p{font-size:16px;color: #777;line-height: 30px; font-weight:normal; line-height: 50px;}

.news_tab ul li {display: inline-block; overflow: hidden;   width:120px; line-height: 60px;margin:0 0px 0 25px; position: relative;}
.news_tab ul li::after { content: ''; display: block; clear: both; width: 100%; height: 1px; position: absolute; left: -100%; bottom: 0%;
background: #004dd2; filter: progid:DXImageTransform.Microsoft.gradient( startColorproadv='#004dd2', endColorproadv='#0c3089',GradientType=1 ); transition: .3s all ease;}
.news_tab ul li:hover,.news_tab ul li.on{ border-color: transparent;}
.news_tab ul li a img { display: inline-block;  vertical-align: middle; padding-right: 5px;  -webkit-filter: grayscale(1); filter: grayscale(1);}
.news_tab ul li:hover a img,.news_tab ul li.on a img{-webkit-filter: grayscale(0);filter: grayscale(0);}
.news_tab ul li:hover:after,.news_tab ul li.on:after{left: 0}
.news_tab ul li:hover a,.news_tab ul li.on a{color:#004dd2; font-weight:bold;}
.news_tab ul { text-align: center; line-height: 30px;}
.news_tab ul li a { display: block; font-size:18px; font-weight:500; color: #343434; transition: .3s all ease; position: relative; z-index: 3;}
.news_tab {margin-bottom: 40px; float: right;}
.news_tab img {position: relative; float: left; top: 18px;}
.news_tab li a i{color:#333; font-size: 28px;  padding-right: 10px;  position: relative; top: 4px; float: left;}
.news_tab li.on a,.news_tab li.on a i{color:#004dd2 !important;  font-weight: normal;}	
	

.news_list{height:501px;width: 100%;overflow: hidden;}
.news_list .news_div{height:500px;}
.news_list .news_div_item,.news_list .divdgweb_new_div_item{width: 23.65%;display: inline-block;position: relative;height:490px;transition:0.5s; padding: 20px; background: #fff;}
.news_list .news_div_item+.news_div_item,.news_list .divdgweb_new_div_item+.divdgweb_new_div_item{margin-left:1.79%;}
.news_list .news_div_item_date,.news_list .divdgweb_new_div_item_date{position: absolute;top:250px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before,.news_list .divdgweb_new_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230530/20230530114053_1433602686.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content,.news_list .divdgweb_new_div_item_content{position: absolute;top:280px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .divdgweb_new_div_item_year, .news_list .divdgweb_new_div_item_month, .news_list .divdgweb_new_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a,.news_list .divdgweb_new_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before,.news_list .divdgweb_new_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 130px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 30px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after,.news_list .divdgweb_new_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230530/20230530114115_1624233628.png) no-repeat center;width: 25px;height: 14px;left: 100px;transition:0.5s;}
.news_list .news_div_item_body,.news_list .divdgweb_new_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}

.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;     overflow: hidden;}
.news_list .divdgweb_new_div_item_pic, .news_list .divdgweb_new_div_item_pic a, .news_list .divdgweb_new_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic,.news_list .divdgweb_new_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color: #004dd2;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a::before{background: #004dd2;transition:0.5s;padding-left:40px; color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after,.news_list .divdgweb_new_div_item:hover .divdgweb_new_div_item_a::after{left:110px;transition:0.5s;}
.news_list .news_div_item .news_div_item_pic img,.news_list .divdgweb_new_div_item .news_div_item_pic img{ width:100%; height:100%; transition:all .9s ease; }
.news_list .news_div_item:hover .news_div_item_pic img,.news_list .divdgweb_new_div_item:hover .news_div_item_pic img{ transform:scale(1.1);}
.news_list .news_div_item:hover img{transform:scale(1.1);}





/*link*/
.links { overflow: hidden;  border-top: 1px #ddd solid;  margin: 0 auto; background: #f8f8f8;  padding: 25px 0;}
.linksW {  margin: 0 auto; display: flex; justify-content: space-between; align-items: center; max-width: 1400px;}
.links_l { width: 100px;}
.links_lm { font-size: 18px;  line-height: 30px; font-weight: lighter;}
.links_lm p {  text-transform: uppercase; font-size: 24px;  font-weight: bold;   line-height: 24px;}
.links_lm p span { color: #004dd2;}
.links_lm em {  font-size: 14px;color: #999;  letter-spacing: 5px;  line-height: 16px;}
.links_r {  width: 93%; color: #fff;}
.links_r a {  font-size: 15px; color: #666 !important;}
.linkTagcs li a {font-weight: lighter;}

/*copy */
.copyright{ background:#121212; }
.crcon{ padding:70px 0 ; border-bottom: 1px solid #2b2b2b;}
.copy_item{float:left; padding-left: 158px;}
.copy_item1{float: right;padding-left:60px;     border-left: 1px solid #403f3f; height:250px;}
.copy_item ul proadvong{display: block;padding:0 0 30px; position: relative;}
.copy_item ul proadvong a{display: block; line-height: 40px;color: #fff;font-weight: normal;font-size: 18px;}
.copy_item ul proadvong a .en{font-size: 12px;color: #666;font-weight: normal;text-transform: capitalize;}
.copy_item ul li a{display: block;color: #fff;line-height: 32px;font-size: 15px; opacity: 0.7;}
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: #fff;     opacity: 1;}
.copy_item ul proadvong::after { position: absolute; content: ""; top: 50px; width: 25px; height: 2px; background-color:rgba(255,255,255,0.5); left: 0px; }
.copy_item:hover proadvong::after { position: absolute; content: ""; top: 50px; width: 77px; height: 2px; background-color: #ffffff;; left: 0px; transition: 0.5s; }
.crconcat{ width:440px; }

.social {padding-top:0px;clear: both;}
.social a { position: relative; font-size: 13px; color: #fff; display: inline-block; line-height: 25px; padding:5px 9px; border: 1px solid rgba(255,255,255,0.2); transition:0.3s all ease-in-out; float: left;display: block;margin-right:14px; margin-top:4%;}
.social a i { opacity: 0.7;}
.social a img{ display: block}
.social a:hover{ background: #004dd2;  }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -35px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px;left: calc((100% - 10px) / 2); }
.social .ewm img { display: block; width: 100%; height:auto; }


.cr_tel b{float: left; padding-left: 10px; font-weight: normal; line-height: 34px;}
.cr_tel img {float: left; display: block;}
.cr_tel{ padding-bottom: 15px; font-size:16px; color:#fff;}
.cr_tel em {display: block;font-size: 35px;color: #fff;font-family: Arial;font-weight: bold;}
.craddr{margin-top: 10px; font-size:16px; color:#b0b0b0; line-height:35px; color: #fff; opacity: 0.6;}
.craddr p i{font-family: 'iconfont'; color: #fff;  font-size: 18px; opacity: 0.6;     padding-right: 8px; font-weight: lighter;}
.end{ text-align:center; height:100px;}
.end,.end a{ font-size:15px;     color: rgba(255,255,255,0.5); font-weight:lighter; line-height:100px; width: 1400px; margin: 0 auto;}





/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/0382061/uploadfile/image/20230527/20230527145210_819555123.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #004dd2; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #004dd2; border-color: #004dd2; color: #fff; margin: 10px 0 7px;}/*颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 22px; background-position: -5px -50px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -50px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #004dd2; border-color: #004dd2;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #004dd2; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 130px; height: 130px; margin: 10px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #004dd2; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#004dd2;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }